widget: Only warn about missing allocation if G_ENABLE_DEBUG
authorTimm Bäder <mail@baedert.org>
Wed, 14 Sep 2016 22:06:54 +0000 (18:06 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 14 Sep 2016 22:06:54 +0000 (18:06 -0400)
commit5ea69a136bd7e4970b3a800390e20314665aaed2
treeb482d8ac5a20df60f6183375fdc5376062e7f111
parent108a4f88bfb076882629125d21651db4be408f91
widget: Only warn about missing allocation if G_ENABLE_DEBUG

Not all occurrences of this warning can be fixed today, so put it behind
a G_ENABLE_DEBUG flag since it still shows legitimate problems even if
some of them are false positives.
gtk/gtkwidget.c